home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
24
/
7
/
DISK2472.ZIP
/
DEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-05-07
|
2KB
|
53 lines
Echo off
Cls
C:
CD \Packages\GanttPac
IF not exist SCHEDULE.EXE GoTo files
IF not exist SCHEDULE.KBS GoTo files
IF not exist GANTT2.EXE GoTo files
IF not exist GANTT2.PIC GoTo files
IF not exist GANTT2.MSG GoTo files
IF not exist GANTT2.KBG GoTo files
IF not exist GANTT2.PRT GoTo files
Copy SCHEDULE.KBS *.SKB
SCHEDULE SCHEDULE
Erase SCHEDULE.SKB
Cls
Echo To end this demonstration Press "Ctrl Break" then "Y" then "M".
Echo Otherwise, we will continue with the GANTT demonstration.
Pause
Copy GANTT2.KBG *.GKB
GANTT2 GANTT2
Erase GANTT2.GKB
CLS
Echo We have ended the demonstration. You are ready to begin.
Echo I will follow you through the first NEW command.
Echo ----------------------------------------------------------------
Echo You can access the Schedule and Gantt MENU by entering "M".
Echo I will enter it for you this time.
Pause
Cls
Type Menu.Doc
Echo -------------------------------------------------------------------
Echo Start with the "NEW" command. First you must pick an 8 (or less)
Echo character project name. Don't enter it yet, just
Pause
Cls
Type Menu.Doc
Echo Enter "NEW project" at the DOS prompt.
Echo -------------------------------------------------------------------
Echo "NEW" is the Command.
Echo "project" is the Project name you have chosen.
Echo If you don't feel ready to start a project try the EASY command.
GoTo End
:Files
ECHO SCHEDULE and GANTT demonstration
ECHO To use this procedure you must first install SCHEDULE on your hard disk.
ECHO Place the "Gantt-Pac 2" diskette in a diskette drive.
ECHO Make that diskette drive the default (A: or B:)
ECHO Enter "INSTALL" at the DOS prompt.
Echo -
Pause
Menu
:END